home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 July
/
Macworld (1999-07).dmg
/
Serious Software
/
OpenWorld demo 2.0
/
OpenWorld plug-ins
/
AppleScript
/
Big File
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1999-04-28
|
146 b
|
7 lines
|
[
TEXT/ToyS
]
set mySize to [file size?null]
if mySize > 1024 then
return "Wow! this is a big file, bigger then 1K"
else
return "This is a small file"
end if